home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 March / PCWMAR09.iso / Software / Freeware / Adobe Media Player 1.6 / adobe_media_player.air / AMP.swf / scripts / mx / events / InvalidateRequestData.as < prev    next >
Encoding:
Text File  |  2008-11-25  |  476 b   |  24 lines

  1. package mx.events
  2. {
  3.    import mx.core.mx_internal;
  4.    
  5.    use namespace mx_internal;
  6.    
  7.    public final class InvalidateRequestData
  8.    {
  9.       mx_internal static const VERSION:String = "3.2.0.3958";
  10.       
  11.       public static const PROPERTIES:uint = 2;
  12.       
  13.       public static const SIZE:uint = 4;
  14.       
  15.       public static const DISPLAY_LIST:uint = 1;
  16.       
  17.       public function InvalidateRequestData()
  18.       {
  19.          super();
  20.       }
  21.    }
  22. }
  23.  
  24.